Key Released
fun KeyReleased(code: KeyCode, modifiers: KeyModifiers = KeyModifiers(), location: KeyLocation = KEY_LOCATION_UNSPECIFIED): KeyReleased
fun KeyReleased(code: KeyCode, modifiers: KeyModifiers = KeyModifiers(), location: KeyLocation = KEY_LOCATION_UNSPECIFIED): KeyReleased
Creates a new instance of KeyReleased event with the given parameters.
Since
8.0.0
Parameters
code
The code of the key.
modifiers
The keyboard modifiers.
location
The location of the key on the keyboard.